Skip to content

Conversation

ScottKennedy68
Copy link

the compressHTML task was updated and tested and is now working with gulp version 4.0.0

gulpfile.js Outdated
@@ -1,16 +1,12 @@
/*jslint node: true */

var gulp = require('gulp');
const { src, dest }= require('gulp');
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Go ahead and change the inch marks to back ticks

gulpfile.js Outdated
@@ -1,16 +1,12 @@
/*jslint node: true */

var gulp = require('gulp');
const { src, dest }= require('gulp');
const htmlCompressor = require('gulp-htmlmin');
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here, regarding the back ticks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants